LiveCode BuilderExpressionsEmptyDataOn this pageEmptyData Type expression Summary Designates data of length 0. Syntax the empty data Description Use the empty data to initialise a data variable. Examples variable tVar as Datavariable tCount as Numberput the empty data into tVarput the number of bytes in tVar into tCount -- tCount is 0